﻿2026-06-04T14:14:30.3250528Z ##[group]Run actions/checkout@v5
2026-06-04T14:14:30.3251302Z with:
2026-06-04T14:14:30.3251631Z   repository: SaberMage/spt-core
2026-06-04T14:14:30.3255106Z   token: ***
2026-06-04T14:14:30.3255431Z   ssh-strict: true
2026-06-04T14:14:30.3255770Z   ssh-user: git
2026-06-04T14:14:30.3256097Z   persist-credentials: true
2026-06-04T14:14:30.3256450Z   clean: true
2026-06-04T14:14:30.3256796Z   sparse-checkout-cone-mode: true
2026-06-04T14:14:30.3257177Z   fetch-depth: 1
2026-06-04T14:14:30.3257495Z   fetch-tags: false
2026-06-04T14:14:30.3257847Z   show-progress: true
2026-06-04T14:14:30.3258167Z   lfs: false
2026-06-04T14:14:30.3258491Z   submodules: false
2026-06-04T14:14:30.3258819Z   set-safe-directory: true
2026-06-04T14:14:30.3259331Z ##[endgroup]
2026-06-04T14:14:31.0656748Z Syncing repository: SaberMage/spt-core
2026-06-04T14:14:31.0658466Z ##[group]Getting Git version info
2026-06-04T14:14:31.0659371Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T14:14:31.0967527Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T14:14:31.1167698Z git version 2.43.0.windows.1
2026-06-04T14:14:31.1203511Z ##[endgroup]
2026-06-04T14:14:31.1211447Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6e8b75e3-65c2-486b-9791-5a42883ab87c\.gitconfig'
2026-06-04T14:14:31.1223547Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6e8b75e3-65c2-486b-9791-5a42883ab87c' before making global git config changes
2026-06-04T14:14:31.1225657Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:14:31.1229606Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T14:14:31.1466203Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T14:14:31.1661603Z https://github.com/SaberMage/spt-core
2026-06-04T14:14:31.1693868Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T14:14:31.1698473Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T14:14:31.1892564Z refs/heads/dev-freeform
2026-06-04T14:14:31.1920885Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T14:14:31.2263253Z HEAD is now at 92fc261 docs(plan): mark M4-D9-3/4/5 complete (budget measured, resources, home+fork)
2026-06-04T14:14:31.2773572Z ##[endgroup]
2026-06-04T14:14:31.2776236Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T14:14:31.6445502Z ##[group]Cleaning the repository
2026-06-04T14:14:31.6450577Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T14:14:33.4603520Z Removing target/
2026-06-04T14:14:33.4639156Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T14:14:33.5013410Z HEAD is now at 92fc261 docs(plan): mark M4-D9-3/4/5 complete (budget measured, resources, home+fork)
2026-06-04T14:14:33.5037027Z ##[endgroup]
2026-06-04T14:14:33.5040838Z ##[group]Disabling automatic garbage collection
2026-06-04T14:14:33.5045748Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T14:14:33.5269727Z ##[endgroup]
2026-06-04T14:14:33.5270119Z ##[group]Setting up auth
2026-06-04T14:14:33.5276364Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:14:33.5490045Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T14:14:33.9174633Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:14:33.9413415Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T14:14:34.3102113Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:14:34.3329420Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T14:14:34.7016771Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T14:14:34.7299872Z ##[endgroup]
2026-06-04T14:14:34.7300322Z ##[group]Fetching the repository
2026-06-04T14:14:34.7306731Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +107240eea81599ba191fb2cd2fe93d9f2c8a0390:refs/remotes/origin/dev-freeform
2026-06-04T14:14:36.4550709Z From https://github.com/SaberMage/spt-core
2026-06-04T14:14:36.4551206Z  + 92fc261...107240e 107240eea81599ba191fb2cd2fe93d9f2c8a0390 -> origin/dev-freeform  (forced update)
2026-06-04T14:14:36.4670630Z ##[endgroup]
2026-06-04T14:14:36.4671031Z ##[group]Determining the checkout info
2026-06-04T14:14:36.4672760Z ##[endgroup]
2026-06-04T14:14:36.4678209Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T14:14:36.4988958Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T14:14:36.5206513Z ##[group]Checking out the ref
2026-06-04T14:14:36.5211516Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T14:14:36.5592564Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T14:14:36.5593130Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T14:14:36.5593848Z Previous HEAD position was 92fc261 docs(plan): mark M4-D9-3/4/5 complete (budget measured, resources, home+fork)
2026-06-04T14:14:36.5594497Z Switched to and reset branch 'dev-freeform'
2026-06-04T14:14:36.5615008Z ##[endgroup]
2026-06-04T14:14:36.5866478Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T14:14:36.6061056Z 107240eea81599ba191fb2cd2fe93d9f2c8a0390
